{include file="header.html"} {*日志部分*}
{foreach from=$blog_list item=blog}

{$blog.title}

{$blog.add_time} 发表者:{$blog.user_name}
{$blog.description} 详细内容

评论[{$blog.comments}]  |  阅读[{$blog.views}]  |  分类:{$blog.cat_name}  |   Tags:{$blog.tags}



{/foreach} {include file="page.html"} {include file="footer.html"}